home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMALERTSOUNDCONFIG / TFORMALERTSOUNDCONFIG.txt
Text File  |  2005-05-31  |  3KB  |  147 lines

  1. object formAlertSoundConfig: TformAlertSoundConfig
  2.   Left = 278
  3.   Top = 320
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose Alert Sounds'
  6.   ClientHeight = 193
  7.   ClientWidth = 472
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PopupMode = pmAuto
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   DesignSize = (
  19.     472
  20.     193)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object bnCancel: TButton
  24.     Left = 287
  25.     Top = 161
  26.     Width = 81
  27.     Height = 25
  28.     Anchors = [akRight, akBottom]
  29.     Caption = '&Cancel'
  30.     ModalResult = 2
  31.     TabOrder = 0
  32.   end
  33.   object bnOK: TButton
  34.     Left = 383
  35.     Top = 161
  36.     Width = 81
  37.     Height = 25
  38.     Anchors = [akRight, akBottom]
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object groupSounds: TGroupBox
  45.     Left = 8
  46.     Top = 8
  47.     Width = 456
  48.     Height = 138
  49.     Anchors = [akLeft, akTop, akRight, akBottom]
  50.     Caption = 'Play sounds if ...'
  51.     TabOrder = 2
  52.     DesignSize = (
  53.       456
  54.       138)
  55.     object cbFoundAlert: TCheckBox
  56.       Left = 8
  57.       Top = 24
  58.       Width = 433
  59.       Height = 17
  60.       Anchors = [akLeft, akTop, akRight]
  61.       Caption = '... spies were found:'
  62.       TabOrder = 0
  63.     end
  64.     object cbCleanAlert: TCheckBox
  65.       Left = 8
  66.       Top = 80
  67.       Width = 433
  68.       Height = 17
  69.       Anchors = [akLeft, akTop, akRight]
  70.       Caption = '... no threats were found:'
  71.       TabOrder = 4
  72.     end
  73.     object comboFoundAlertFile: TComboBox
  74.       Left = 8
  75.       Top = 48
  76.       Width = 385
  77.       Height = 21
  78.       Anchors = [akLeft, akTop, akRight]
  79.       ItemHeight = 13
  80.       TabOrder = 1
  81.     end
  82.     object comboCleanAlertFile: TComboBox
  83.       Left = 8
  84.       Top = 104
  85.       Width = 385
  86.       Height = 21
  87.       Anchors = [akLeft, akTop, akRight]
  88.       ItemHeight = 13
  89.       TabOrder = 5
  90.     end
  91.     object bnBrowseCleanAlertFile: TButton
  92.       Left = 399
  93.       Top = 104
  94.       Width = 20
  95.       Height = 20
  96.       Anchors = [akTop, akRight]
  97.       Caption = '...'
  98.       TabOrder = 6
  99.       OnClick = bnBrowseCleanAlertFileClick
  100.     end
  101.     object bnBrowseFoundAlertFile: TButton
  102.       Left = 399
  103.       Top = 48
  104.       Width = 20
  105.       Height = 20
  106.       Anchors = [akTop, akRight]
  107.       Caption = '...'
  108.       TabOrder = 2
  109.       OnClick = bnBrowseFoundAlertFileClick
  110.     end
  111.     object bnPlayFoundAlertFile: TButton
  112.       Left = 423
  113.       Top = 48
  114.       Width = 20
  115.       Height = 20
  116.       Anchors = [akTop, akRight]
  117.       Caption = '>'
  118.       TabOrder = 3
  119.       OnClick = bnPlayFoundAlertFileClick
  120.     end
  121.     object bnPlayCleanAlertFile: TButton
  122.       Left = 423
  123.       Top = 104
  124.       Width = 20
  125.       Height = 20
  126.       Anchors = [akTop, akRight]
  127.       Caption = '>'
  128.       TabOrder = 7
  129.       OnClick = bnPlayCleanAlertFileClick
  130.     end
  131.   end
  132.   object mpAlert: TMediaPlayer
  133.     Left = 16
  134.     Top = 160
  135.     Width = 253
  136.     Height = 30
  137.     Visible = False
  138.     TabOrder = 3
  139.   end
  140.   object odBrowse: TOpenDialog
  141.     DefaultExt = 'wav'
  142.     Filter = 'Wave files|*.wav'
  143.     Left = 8
  144.     Top = 152
  145.   end
  146. end
  147.